home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
bbs
/
cnet5demo.lha
/
cnet
/
ircrexx
/
thwap2.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-02-09
|
366b
|
19 lines
/* ORC - creates rainbow colored message with standard esc codes */
options results
parse arg orcport nick mynick a1
orcport = trim(orcport)
mynick = trim(nick)
nick = trim(nick)
a1 = trim(a1)
wb = '02'x
wv = '16'x
wu = '1f'x
outstr = wb'THWAP'wb's the shit out of 'nick
if show('P', orcport) then do
address value orcport
cnetirccmd '/me 'outstr
end